Skip to main content
Feedback

REST - SOAP Transformation Policy

Description

  • The REST - SOAP Transformation policy transforms API request payload from REST(JSON) POST message to SOAP and vice versa.
  • As part of pre-processing, the policy processes an incoming REST(JSON) POST request and transforms it into SOAP before forwarding to backend server.
  • As part of post-processing, the policy processes a customer back-end SOAP response and transforms it into REST(JSON) response before returning to user client.
On this Page